home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Tools
/
freeWAIS-sf-1.1
/
ui
/
status.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-04
|
790b
|
42 lines
/* WIDE AREA INFORMATION SERVER SOFTWARE:
No guarantees or restrictions. See the readme file for the full standard
disclaimer.
jonathan@Think.COM
*/
/* Copyright (c) CNIDR (see ../COPYRIGHT) */
#ifndef _H_STATUS
#define _H_STATUS
#define STATUS_INFO 1
#define STATUS_CONT 2
#define STATUS_URGENT 3
#define STATUS_LOW 0
#define STATUS_MEDIUM 1
#define STATUS_HIGH 2
void PrintStatus _AP((long logtype, long loglevel, char* format, ...));
#endif /* _H_STATUS */
/*
*
* $Log: status.h,v $
* Revision 1.2 1994/08/05 07:18:43 pfeifer
* Release beta 04
*
* Revision 1.1 93/06/23 20:02:39 warnock
* Initial revision
*
* Revision 1.1 1993/02/16 15:09:27 freewais
* Initial revision
*
* Revision 1.1 92/06/14 19:00:05 jonathan
* Initial revision
*
*/